home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / speech / inst / README next >
Encoding:
Text File  |  1994-08-02  |  2.4 KB  |  60 lines

  1.  
  2.             ~4Dgifts/toolbox/src/exampleCode/speech/inst README
  3.  
  4.  
  5.     
  6.      Both the execution end development environments for speech recognition
  7.      are included on this developers' CD.  The capabilities of speech 
  8.      recognition are discrete-utterance, speaker-independent, small 
  9.      vocabulary.  Man pages are included for speechbeta, speech, srpanel, 
  10.      and showspeech (speech-aware showcase).  /usr/share/data/speech/misc
  11.      contains an API spec (recog.api - a showcase doc) and one simple 
  12.      example (colors.c) - install speech_dev.sw.misc for these.  You must 
  13.      reboot after installing speech before starting speech.  (Technically 
  14.      all that is needed is an X-server process restart.  However there is 
  15.      no standard UI to do this (/etc/killall Xsgi assumes xdm is running to 
  16.      restart the server).  A reboot is simpler and safer.)
  17.  
  18.      Current inst image explanation:
  19.  
  20.      speech_dev.sw.dev
  21.          This is speech's development environment consisting of headers 
  22.      and libraries.  It currently does not include the vocabulary 
  23.      development system (VDS) from Scott Instruments which is 
  24.      required for commercial applications.
  25.  
  26.      speech_dev.sw.misc
  27.          This includes an API spec (recog.api - a showcase document) and 
  28.      some "better-than-nothing" examples in /usr/share/data/speech/misc.
  29.  
  30.      speech_eoe.bindings.<application>
  31.          This image places a file called <application> in 
  32.      /usr/share/data/speech/bindings from which srpanel can read 
  33.      predefined associations between words and keystrokes (on a per-app 
  34.      basis).  Look for the menu selection "Utilities -> Add from File" 
  35.      off srpanel's customization dialog.  Current examples are Zmail 
  36.      (and MediaMail), Zip (and Jot), 4Dwm, and CASE.
  37.  
  38.      speech_eoe.templates.<application>
  39.          These are some poorly (but better than nothing) trained word 
  40.      templates for the default words in the above bindings.  Better 
  41.      trained word templates coming soon.
  42.  
  43.      speech_eoe.books
  44.          Online help and user guide.
  45.  
  46.      speech_eoe.man
  47.          Man pages for srpanel, speech, speechbeta, and showspeech 
  48.      (speech-aware version of showcase).
  49.  
  50.      speech_eoe.sw.eoe
  51.          All the stuff needed for srpanel and the speech server to execute 
  52.      correctly (DSO's, executables, and data files).
  53.  
  54.      speech_eoe.sw.misc
  55.          Contains showspeech, a speech-aware version of showcase.
  56.  
  57.  
  58.      
  59.  
  60.